home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
network
/
lattice
/
dulib.lzh
/
DU_LIB
/
MINTPAT.C
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-10
|
324 b
|
22 lines
/*
DU_LIB v2
Gem Window Management & Dialog Library For Lattice C
©1994,1995 by Craig Graham.
Based on the DU_LIBv1 Library for HiSoft Basic.
*/
/*
Patches to the MiNT-libs so that I can still use the Lattice GEM
library.
*/
#ifdef _DULIB_FOR_MINT
void _XCEXIT(void)
{
exit(0);
}
#endif